/* ADDITIONAL RESET */
sup {
    vertical-align: baseline !important;
}
.btn.active {
    box-shadow:none !important;
    -webkit-box-shadow: none !important;
}

/* STYLINGS */
body {
    position:relative;
}

h2 {
    font-size:30px !important;
    line-height:130% !important;
    margin-bottom:25px !important;
}

h3 {
    font-size:22px !important;
    line-height: 130% !important;
}

h3 > span {
    margin-bottom: 19px;
font-weight: normal;
font-size: 22px !important;
line-height: 130% !important;

}

.content-wrap > h3 {
    margin-top:10px;
}

input[type="text"], select {
    height: 46px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 15px;
    padding: 8px 10px 8px 10px;
    line-height: 28px;
    font-size: 16px;
    width: 100%;
    color: #3a3a3a;
}
.form-container a {
    font-weight:700;
    font-family: 'Roboto Condensed';
}
label {
    max-width: 90%;
    font-size:18px;
    vertical-align: top;
    margin-left: 5px;
    font-family: 'Roboto Condensed';
    font-weight:500;
    margin-bottom: 15px;

}
.form-container label:last-of-type {
    margin-bottom:18px;
}
.form-container input[type="checkbox"]:first-of-type {
    margin-top:8px;
}
/* Utility Classes */
.btn {
    border-radius: 4px;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    position: relative;
    background-color: #fe0009;
    border: none;
    color: white !important;
    padding: 16px 67px 16px 37px;
    letter-spacing: 0.524px;
    font-family: 'Roboto Condensed';
    font-weight:300;
    text-transform: uppercase;
    width:auto;
}
.btn::after {
    content: " ";
    position: absolute;
    top: 0px;
    right: 26px;
    width: 15px;
    height: 100%;
    background: url("../Images/white-arrow-big.png") no-repeat center right;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn:hover {
    opacity: 0.8;
    text-decoration: none !important;
}

.btn:hover:after {
    right:22px;
}

button[type="submit"] {
    color: white !important;
    border-radius: 4px;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    position: relative;
    background-color: #fe0009;
    border:1px solid #fe0009;
    padding: 16px 67px 16px 37px;
    letter-spacing: 0.524px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    min-width:100%;
    font-weight:300;
}
button[type="submit"]::after {
    content: " ";
    position: absolute;
    top: 0px;
    right: 26px;
    width: 15px;
    height: 100%;
    background: url("../Images/white-arrow-big.png") no-repeat center right;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
button[type="submit"]:hover {
    opacity: 0.8;
    text-decoration: none !important;
}
button[type="submit"]:hover:after {
    right: 22px;
    text-decoration:none;
}
.gray {
    background-color:#f9f9f9;
    position:relative;
    width:100%;
}
.triangle {
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #f9f9f9 transparent transparent transparent;
    margin-bottom:25px;
}

.first.tooltip-triangle {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: -38px;
    left: 305px;
    display:none;
}

.second.tooltip-triangle {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 103px;
    left: 508px;
    display: none;
    z-index:1071;
}

.triangle.white {
    border-color: white transparent;
}
.horziontal-line {
    z-index: 0;
    position: absolute;
    border-bottom: 1px solid red;
    width: 750px;
    top: 90px;
    left: 269px;
}
.icon {
    width: 180px;
    height: 180px;
    background-color: #f9f9f9;
    border-radius: 90px;
    padding-top: 34px;
    text-align: center;
    margin: 0px auto 30px;
}
.icon > img {
    border-radius:90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    width:180px;
}
.abbinder {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 26px;
    font-family: 'Roboto Condensed';
    position:relative;
    font-weight:300;
}
.kv-icon {
    width: 60px;
    border-radius: 30px;
    position: absolute;
    background-color: white;
    border: 2px solid gray;
    padding: 18px 21px;
    position: absolute;
    top: 30%;
    font-size: 28px;
}
.kv-icon.first {
    top:40%;
}
.kv-icon.left {
    left: 10px; 
}
.kv-icon.right {
    right:10px;
    top:28%;
}
.info-tooltip.mobile {
    display:none;
}
#website .info-icon {
    position:relative;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight:inherit;
    cursor:help;
    color:#fe0009;
}
/*.info-icon:after {
    border: 1px solid gray;
    content: '*';
    width: 17px;
    height: 17px;
    top: -2px;
    display: inline-block;
    position: absolute;
    background-color: white;
    border-radius: 12px;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
    padding-left: 4px;
    pointer-events: auto; 
}
.first .info-icon:after {
    padding-left:0px !important;
}*/
.info-tooltip.first  {
    position: absolute;
    width: 280px;
    height: auto;
    background-color: white;
    border:1px solid #c2c2c2;
    display: none;
    top: -120px;
    left:81px;  
    padding:20px;
    font-size:18px;
}
.info-tooltip.second {
    position: absolute;
    width: 280px;
    height: auto;
    background-color: white;
    border: 1px solid #c2c2c2;
    display: none;
    top: 15px;
    left: 389px;
    padding: 20px;
    font-size: 18px;
    z-index: 1070;
}

.info-tooltip p {
    font-size:16px !important;
    margin-bottom:0px !important;
}
.content-wrap {
    padding-bottom:50px;
}
.content-wrap.left {padding-left:40px;}
.content-wrap.right {padding-right:40px;}
.content-wrap.first {
    padding-top:50px;
}

.spacer-5 {margin-top:5px;}
.spacer-10{margin-top:10px;}
.spacer-20{margin-top:20px;}
.spacer-30{margin-top:30px;}
.spacer-40{margin-top:40px;}
.spacer-50{margin-top:50px;}
.spacer-60{margin-top:60px;}
.spacer-70{margin-top:70px;}
.spacer-80{margin-top:80px;}
.pad-lr-60 {padding-left:60px; padding-right:60px;}
.pad-lr-150{padding-left: 150px;padding-right: 150px;}
/* STRUCTURE */
.container-fluid {
    background-color:#fff;
}

#header {
    height:90px;
}
#header .logo {
    padding-top: 20px;
    padding-bottom: 25px;
}
#header .claim {
    font-size: 18px;
    margin-top: 33px;
    color: #606061;
    font-family:'Roboto Condensed';
    font-weight:300;
}
#header .claim span:last-of-type {
    margin-left:45px;
}
.banner {
    position:relative;
    padding:25px 0px 0px;
    background-image:url('../Images/item_machining_tool_lp_key_visual_1170x450px.png');
    background-repeat:no-repeat;
    height:450px;
    background-size:100%;
}
.banner .text-content {
    padding-left:15px;
    margin-top:90px;
}
.banner .text-content > h1 {
    // color:#fe0009 !important;
}
.banner .btn-wrapper {
   /* position:absolute;
    bottom:25px;
    right:50px; */
}
.banner-wrap {
    background-image:url('../Images/item_machining_tool_lp_header_bg_1170x450px.png');
    background-repeat:no-repeat;
    height:450px;
}
.banner p {
    font-size:22px;
}
.nopad-left {
    padding-left:0px !important
}
.nopad-r {
    padding-right:0px !important
}

.footer-bottom {
    position:relative;
    bottom:0px;
    background: #3e4144;
    padding: 50px 0px 24px;
    min-height: 20px;
    text-align: center;
    width:100%;
}

.footer-bottom ul {
    list-style: none;
}

.footer-bottom li {
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
}
.footer-bottom li a {
    color: #cccccc !important;
    font-size: 16px;
    line-height: 20px;
}
.footer-bottom li a:hover {
    color:#fff!important;
    text-decoration:none !important;
}
.footer-bottom .copyright {
    font-family: 'Roboto Condensed';
    color: #cccccc;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-weight:300;
}
.dsktop-fix {
    display:none;
}
    .mob-fix {
        display:none;
    }
@media screen and (min-width:1551px) {
    .mobile {
        display:none !important;
    }
    #nav-container, #vid-container {
        height:1px;
    }
    .info-icon .second {
        margin-left:50px;
    }
    .dsktop-fix {
        display:inline;
    }
    .mob-fix {
        display:none;
    }
}
@media screen and (max-width:1550px) and (min-width:1199px) {
    .desktop {
        display:none !important;
    }
    .dsktop-fix {
        display:inline;
    }
    .mobile {
        display:inline-block;
        opacity:0;
    }
    #nav-container {
        display:inline-block;
    }
    #vid-container {
        opacity: 1;
        padding-bottom:30px;
    }
    .video-nav.mobile {
        padding-bottom:25px;
    }
    .form-container {
        left:29.5%;
        width:95%;
    }
    .overlay {
        background-color:rgba(0,0,0,0.9);
    }

}
@media screen and (max-width:1199px) {
    .desktop {
        display:none !important;
    }
    .mobile {
        display:block;
    }
    .content-wrap:nth-of-type(odd) {
        padding-bottom:0px;
    }
    .content-wrap:last-of-type {
        padding-bottom:45px;
    }
    #nav-container {
        display:block;
        padding-right:0px;
    }
    #vid-container {
        opacity: 1;
        padding-bottom:30px;
        padding-left:0px;
    }
    
    .overlay {
        background-color:rgba(0,0,0,0.9);
    }
}
@media screen and (max-width:1199px) and (min-width:992px) {
    .first .info-tooltip {
        left: 48px;
    }
    .mob-fix {
        display:inline;
    }
    .first .tooltip-triangle {
        left: 280px;
    }
    .content-wrap > .info-tooltip {
        left: 261px;
        top:39px;
    }
    .content-wrap > .tooltip-triangle {
        left: 378px;
        top:127px;
    }
    .banner, .banner-wrap {
        height: 400px;
    }
    .text-content {
        margin-top:50px !important;
    }
    .kv-icon.first {
        top: 47%;
    }
    .kv-icon.right {
        top:25%;
    }
}
@media screen and (max-width:991px) and (min-width:768px) {
    .banner, .banner-wrap {
        height:320px;
    }
    .text-content {
        margin-top:10px !important;
    }
    .first .info-icon:after {
        top: 31px;
        left: -56px;
    }
    .first .tooltip-triangle {
        top: -4px;
        left: 127px;
    }
    .first .info-tooltip {
        top: -86px;
        left: -50px;
    }
    .tooltip-triangle .second {
        left: 108px;
    }
    .kv-icon {
        display:none;
    }
    .content-wrap.right {
        padding-right:15px;
    }
    .content-wrap.left {
        padding-left:15px;
    }
    .content-wrap.first.left {
        padding-top:50px !important;
    }
    .content-wrap.first {
        padding-top:0px;
    }
    .pad-lr-150 {
        padding-left:15px;
        padding-right:15px;
    }
    .content-wrap > a > img {
        float:none !important;
    }
}
@media screen and (max-width:767px) {
    .tooltip-triangle .second {
        left: 108px;
    }
    .content-wrap > a > img {
        float:none !important;
    }
    .content-wrap.right {
        padding-right:15px;
    }
    .content-wrap.left {
        padding-left:15px;
    }
    .content-wrap.first {
        padding-top:0px !important;
    }
    .content-wrap.first {
        padding-top:0px !important;
    }
    .content-wrap.first {
        padding-top:0px !important;
    }
    .content-wrap.first.left {
        padding-top:50px !important;
    }
    .kv-icon {
        display:none;
    }
    .pad-lr-150 {
        padding-left:15px;
        padding-right:15px;
    }
}
@media screen and (min-width:655px) and (max-width:767px) {
    .container {
        width:640px;
    }
    .banner {
        height:300px;
        background-size: 125%;
        background-position: 120px;

    }
    .banner .btn-wrapper {
        position: relative;
        
    }
    .banner-wrap {
    background-image: url('../Images/item_machining_tool_lp_header_bg_1170x450px.png');
    background-repeat: no-repeat;
    height: 515px;
    background-size: cover;
    }
    .banner .text-content {
        padding-left: 15px;
        margin-top: 279px;
    }

}
@media screen and (min-width:414px) and (max-width:654px) {
    .container {
        width:400px;
    }
    .banner {
        height:192px;
    }
}
@media screen and (max-width:654px) {
    .form-container {
        margin:15px;
        width:95%;
        left:0;
    }
    .banner .btn-wrapper {
        position: relative;
    }
    .text-content {
        margin-top: 181px !important;
    }
    .banner {
        height: 270px;
        position: relative;
        padding: 25px 0px 0px;
        background-image: url('../Images/item_machining_tool_lp_key_visual_1170x450px.png');
        background-repeat: no-repeat;
        background-size: 150%;
        background-position: 20px 0px;
    }
    .banner-wrap {
        height:480px;
        background-size: cover;
    }
    .container {
        min-width:320px;
    }
    .info-tooltip.mobile  {
        position: fixed;
        display:none;
        width: 280px;
        height: auto;
        background-color: white;
        border:1px solid #c2c2c2;
        padding:20px;
        font-size:18px;
        top:20%;
        margin-top:-49px;
        left:50%;
        margin-left:-140px;
        z-index:12;
    }
    .overlay {
        background-color:rgba(0,0,0,0.7);
        top:0;
        display:none;
        position:fixed;
        width:100%;
        height:100%;
        z-index:11;
    }
    .close-x {
        position: absolute;
        right: 10px;
        top: 2px;
        width: 20px;
        height: 20px;
        text-align: right;
        cursor: pointer;
    }
}
@media screen and (max-width:350px) {
    .banner-wrap {
        height:520px !important;
        background-size: cover;
    }
}